/* 双 11 浮标入口样式 */
.activity-side-499 {
  position: fixed;
  top: 55px;
  right: 80px;
  width: 132px;
  height: 155px;
  z-index: 99;
  border-radius: 0px 0px 13px 13px;
}
.activity-side-499 .img-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(http://static.588ku.com/comp/activity/commonVip/images/double11_entry4.png) left top no-repeat;
}
.activity-side-499.act-288 {
  position: fixed;
  top: 55px;
  right: 80px;
  width: 261px;
  height: 135px;
  z-index: 99;
  border-radius: 0px 0px 13px 13px;
}
.activity-side-499.act-288 .img-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(http://static.588ku.com/comp/activity/commonVip/images/vip-1106-entry.gif) left top no-repeat;
}
/*.activity-side-499 .img-box:hover {*/
/*height: 162px;*/
/*}*/
/* 双 11 活动弹框入口样式 */
.vip-499-mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.vip-499-mask .mask-entry {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 423px;
  height: 493px;
  background: url(//static.588ku.com/comp/activity/commonVip/images/double11_entry_screen4.png) no-repeat;
}
.vip-499-mask.act-288 .mask-entry {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 915px;
  height: 410px;
  background: url(//static.588ku.com/comp/activity/commonVip/images/vip-1106-entry-screen.png) no-repeat;
}
.vip-499-mask .hide-entry {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 900px;
  height: 375px;
  transform: translateY(80px);
}
.vip-499-mask .mask-entry .left-num {
  position: absolute;
  top: 378px;
  left: 340px;
  width: 84px;
  height: 27px;
  font-size: 34px;
  line-height: 33px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}
.vip-499-mask .left {
  position: absolute;
  bottom: 13px;
  color: #000000;
  font-size: 24px;
}
.vip-499-mask .left-hours {
  left: 282px;
}
.vip-499-mask .left-minute {
  left: 345px;
}
.vip-499-mask .left-second {
  left: 407px;
}
.vip-499-mask .time-wrapper-allvip .time {
  position: absolute;
  top: 179px;
  left: 114px;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.vip-499-mask .time-wrapper-allvip .time i,
.vip-499-mask .time-wrapper-allvip .time em {
  display: inline-block;
}
.vip-499-mask .time-wrapper-allvip .time i {
  width: 35px;
}
.vip-499-mask .time-wrapper-allvip .time .hour-allvip,
.vip-499-mask .time-wrapper-allvip .time .minute-allvip {
  width: 66px;
}
.vip-499-mask .time-wrapper-allvip .time .second-allvip {
  width: 116px;
}
.vip-499-mask .act499screenClose-allvip {
  color: #fff;
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -20px;
  right: 274px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fff;
}
.vip-499-mask .act499screenClose-allvip:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* 弹窗入口关闭动画 */
.close-animation {
  animation: close 0.5s linear 0.2s forwards;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
@keyframes close {
  to {
    top: 150px;
    right: 150px;
    width: 0px;
    height: 0px;
    transform: scale(0);
    opacity: 0;
  }
}
/* 摇摆动画 */
.sway {
  animation: sway 0.8s ease-in-out infinite alternate;
}
@-moz-keyframes sway {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@-ms-keyframes sway {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes sway {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes sway {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
/* 跳动动画 */
.jump {
  animation: jump 0.8s ease-in-out infinite alternate;
  -webkit-animation: jump 0.8s ease-in-out infinite alternate;
}
@-moz-keyframes jump {
  from {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
  to {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
}
@-ms-keyframes jump {
  from {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
  to {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
}
@-webkit-keyframes jump {
  from {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
  to {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
}
@keyframes jump {
  from {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
  to {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
}
/* 缩放动画 */
.scaler {
  animation: scale linear 0.6s infinite alternate;
  -webkit-animation: scale linear 0.6s infinite alternate;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.scaler2 {
  animation: scale2 linear 0.6s infinite alternate;
  -webkit-animation: scale2 linear 0.6s infinite alternate;
}
@keyframes scale2 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* 右下角弹窗 */
.tanchuang {
  position: fixed;
  right: 40px;
  bottom: 19px;
  width: 283px;
  background: url(//static.588ku.com/comp/activity/commonVip/images/tanchuang.png) no-repeat;
  height: 255px;
  z-index: 1001;
}
.tanchuang .icon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: #c4dfff;
}
.tanchuang .link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tanchuang .link .time {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 167px;
}
.tanchuang .link .time em {
  color: #FC7C4A;
  padding: 0 3px;
}
/* 办公VIP充值活动 弹窗入口 */
.video-screen-middle .wrapper {
  width: 480px;
  height: 393px;
  background: url(//static.588ku.com/imgPath/sponsorN/images/officevip-middle-entry.png);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.video-screen-middle .wrapper .close-video-box {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #cccccc;
  cursor: pointer;
}
.video-screen-middle .wrapper .top {
  font-size: 22px;
  padding: 53px 0 30px 0;
  color: #333;
}
.video-screen-middle .wrapper .top span {
  color: #febf2c;
  padding-right: 11px;
}
.video-screen-middle .wrapper .time-wrapper {
  margin: 186px 0 0 52px;
  height: 40px;
  line-height: 40px;
}
.video-screen-middle .wrapper .time-wrapper .time {
  font-size: 30px;
  color: #fd5700;
  letter-spacing: 5px;
}
.video-screen-middle .wrapper .btn {
  margin: 61px 137px;
  width: 225px;
  height: 61px;
  line-height: 61px;
  color: #fd5700;
  font-size: 26px;
  cursor: pointer;
}
.video-screen-middle .wrapper .btn:hover {
  color: rgba(253, 87, 0, 0.8);
}
.video-side-entry {
  position: fixed;
  /* bottom: 160px; */
  top: 190px;
  right: 128px;
  width: 151px;
  height: 107px;
  background: url(//static.588ku.com/imgPath/sponsorN/images/video-fubiao-entry2.png) no-repeat center / 100%;
  text-align: center;
  cursor: pointer;
  /* box-shadow: 0 0 12px 1px rgba(0,0,0,0.1); */
}
.video-side-entry .time {
  color: #fa3662;
  font-size: 18px;
  padding-top: 77px;
  display: block;
  text-align: left;
}
.video-side-entry .time em:nth-child(1) {
  padding-left: 20px;
}
.video-side-entry .time em:nth-child(2) {
  padding-left: 18px;
}
.video-side-entry .time em:nth-child(3) {
  padding-left: 18px;
}
/* 视频VIP充值活动 弹窗入口 */
.video2-screen-middle .wrapper {
  width: 518px;
  height: 424px;
  background: url(//static.588ku.com/imgPath/sponsorN/images/video2vip-middle-entry2.png);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.video2-screen-middle .wrapper .btn {
  margin: 82px 159px;
  width: 225px;
  height: 61px;
  line-height: 61px;
  color: #fd5700;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
}
.video2-screen-middle .wrapper .close-video-box {
  position: absolute;
  top: -1px;
  right: -2px;
  font-size: 30px;
  color: #eee;
  cursor: pointer;
}
.video2-screen-middle .wrapper .time-wrapper {
  padding: 196px 0 0 203px;
}
.video2-screen-middle .wrapper .time-wrapper .time {
  font-size: 30px;
  color: #fd5700;
  letter-spacing: 4px;
}
.video2-side-entry {
  position: fixed;
  top: 190px;
  right: 128px;
  width: 151px;
  height: 107px;
  background: url(//static.588ku.com/imgPath/sponsorN/images/video2vip-side-entry2.png) no-repeat center / 100%;
  text-align: center;
  cursor: pointer;
}
.video2-side-entry .time {
  color: #dbfbfe;
  font-size: 18px;
  padding-top: 78px;
  display: block;
  text-align: left;
}
.video2-side-entry .time em {
  color: #fa3662;
}
.video2-side-entry .time em:nth-child(1) {
  padding-left: 20px;
}
.video2-side-entry .time em:nth-child(2) {
  padding-left: 18px;
}
.video2-side-entry .time em:nth-child(3) {
  padding-left: 18px;
}
body .act-499-screen .time-wrapper-allvip {
  width: 1200px;
  margin: 0 auto;
}
body .act-499-screen .time-wrapper-allvip .time {
  position: static;
  display: block;
  padding-left: 548px;
  padding-top: 168px;
  text-align: left;
}
body .act-499-screen .time-wrapper-allvip .time i {
  width: 22px;
}
body .act-499-screen .time-wrapper-allvip .time .minute-allvip {
  width: 61px;
}
